body {
  background-size: 50% ;
  background: url(https://jeanshit2.neocities.org/images/D.png) no-repeat center fixed;
} 

main {
  border: 3px solid black;
  border-radius:10px; 
  display:flow-root;
  background-color: white;
  color:navy;
  font-style:italic;
  text-shadow: 0.4px 0.4px black;
}

main:first-letter {
  font-size:2.3em;
  font-style: italic;
  color:navy;
  text-shadow: 1px 1px black;
  line-height:10px;
}

main:first-line {
  font-size:1.5em;
  line-height:10px;
}

main:selection {
  background-color:black;
  color:white;
}

p {
  font-size:1.05em;
margin: 5px;
}

#Ricefat {
  float:left;
  margin:5px;
  height:400px;
}

#Nendo {
  float:right;
  margin:5px;
  height:350px;
}

#pene {
  background-color: #73BFEB;
  box-sizing: border-box;
   height:150px;
   max-height: 150px;
  width:90vh;
  border: 2px solid black;
  border-radius:14px;
  float:right;
    margin:5px;
    text-align: center;
    overflow:auto;
    box-shadow: 5px 5px 3px #9ED7F7;
}

#penis {
  background-color: #9F73EB;
  border-radius:11px;
  box-sizing: border-box;
   height:150px;
    max-height: 150px;
  width:40vh;
  border: 2px solid black;
  overflow:hidden;
  float:left;
    margin:5px;
    text-align: center;
    box-shadow: 5px 5px 7px #C19DFF;
}

#penile { 
    background-color: #EB7373;
    box-sizing: border-box;
   height:150px;
   max-height: 150px;
  width:40vh;
  border: 2px solid black;
  border-radius:2px;
  overflow:hidden;
  float:left;
  margin:5px;
  text-align: center;
  box-shadow: 5px 5px 5px #EBA8A8;
}

#les {
  position:fixed;
  bottom:30px;
  right:30px;
  opacity:0.5;
}

#les:hover{ 
  opacity: 1;
  bottom:-800px;
  right:-200px;
}

#shing {
  position:absolute; /** also STICKYYYYYY **/
  bottom:50px;
  right:110px;
  opacity:0.9;
}

#punk > p{
  font-size:0.8em;
  color:navy;
}

#punk {
  font-size: 0.6em;
  color:black;
}

#punk ~ p {
  color:red;
  font-size:0.4em;
}

#toomuch {
  border: 3px solid black;
  border-radius:10px; 
  height:550px;
  width: 600px;
  overflow:visible;
  margin:5px;
  text-align: center;
  float:right;
  background-color: white;
}

#les .e {
  display:none;
}

#les:hover .e{
  display:block;
  height:2000px;
  width:2000px;
  margin:0px;
}

.page { 
 text-align:center;
 font-size:1em;
}

.page a{ 
 color:black;
 text-decoration:none;
 padding:6px 12px;
 display:inline-block;
 font-size:1.5em;
}

.page .active { 
  background-color: grey; 
  font-weight:800;
border-radius:6px;
  
}

.page a:hover:not(.active) {
  background-color:lightgrey;
  font-weight:600;
  border-radius:6px;
}


